home *** CD-ROM | disk | FTP | other *** search
- TEACHER SAMPLING SYSTEM OPERATIONS 11/23/1987 TSSO
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
-
- 1│ Each day in the afternoon check to see if a transmission was received,
- │ by doing an #STATUS on the transmission file.
- │
- │ ┌──────────────────────────────┐
- │ │Type: @STATUS TSS.TRANS-mmddyy│
- │ └──────────────────────────────┘
- │
- │ where mmddyy is replaced by the date (ie 112387).
- │
- │ If the transmission has been received
- │ then log in the transmission.
- │ │
- │ │ ┌────────────────────────────────┐
- │ │ │Record in log: TRANSMISSION ID │
- │ │ │ TRANSMISSION DATE│
- │ │ │ TRANSMISSION TIME│
- │ │ └────────────────────────────────┘
- │ │
- │ │ Note the ID is the mmddyy you used in the file name. The DATE and TIME
- │ │ are in the @PRT,F display. They are the catalog date and time and are in
- │ │ a line that looks like: CREATE 11/23/87 AT 14:03:07
- │ │
- │ else if the transmission has not been received
- │ ├──┬───────────────────────────────────────────────────────────────────────
- │ │ │
- │ │ 2│ Then check for it the next day.
- │ │ │ If it still has not arrived notify Paula.
- ──┼──┴──┴───────────────────────────────────────────────────────────────────────
- │
- 3│ If there is a NONMATCH list from Sharon.
- │ then these records need to be added to the transmission for the day
- │ │ before it is processed. This is done by running TASK2 which will
- │ │ put you in the editor.
- │ ├──┬───────────────────────────────────────────────────────────────────────
- │ │ │
- │ │ 4│ ┌───────────────────────────────┐
- │ │ │ │Type: RUN TSS TASK2/EDIT mmddyy│
- │ │ │ └───────────────────────────────┘
- │ │ │
- │ │ │ The editor will go to the bottom of the file and Display the
- │ │ │ record count. You need to record this count on the in the log.
- │ │ │
- │ │ │ ┌────────────────────────────────────────┐
- │ │ │ │Record in log: TRANSMISSION RECORD COUNT│
- │ │ │ └────────────────────────────────────────┘
- │ │ │
- │ │ │ All the records from all the NONMATCH lists need to entered
- │ │ │ into the file. These files may be large and backing up to previous
- │ │ │ lines may be very time consuming, so try to type the records in
- │ │ │ correctly the first time, or make changes while you are still viewing
- │ │ │ the record on the screen. When you have all the record typed in, EXIT
- │ │ │ the editor and record the record count in the log.
- │ │ │
- │ │ │ ┌────────────────────────────────┐
- │ │ │ │Type: EXIT │
- │ │ │ ├────────────────────────────────┤
- │ │ │ │Record in log: EDIT RECORD COUNT│
- │ │ │ └────────────────────────────────┘
- ──┼──┴──┴───────────────────────────────────────────────────────────────────────
- .P│
- 5│ Start the run to processs the transmission. Record todays date in the log.
- │
- │ ┌──────────────────────────────────┐
- │ │Type: RUN TSS TASK3/PROCESS mmddyy│ A run with runid TSSP
- │ ├──────────────────────────────────┤ will be put in backlog
- │ │Record in log: TSSP STARTED DATE │ to open at 6:01 pm.
- │ └──────────────────────────────────┘
- ──┼─────────────────────────────────────────────────────────────────────────────
- │
- 6│ The PRINTOUT for TSSP should be in the next mornings pickup.
- │ Record the date in the log when you receive the PRINTOUT.
- │
- │ ┌─────────────────────────────────────┐
- │ │Record in log: PRINTOUT RECEIVED DATE│
- │ └─────────────────────────────────────┘
- ──┼─────────────────────────────────────────────────────────────────────────────
- │
- 7│ Check if the run terminated normally, and record YES or NO in the log.
- │
- │ ┌────────────────────────────────────┐
- │ │Record in log: RUN FINISHED NORMALLY│
- │ └────────────────────────────────────┘
- │
- │ If the run did not terminate normally
- │ then the error needs to taken care of right away.
- │ ├──┬───────────────────────────────────────────────────────────────────────
- │ │ │
- │ │ 8│ Notify Paula, AND STOP PROCESSING FOR mmddyy UNTIL FURTHER NOTICE.
- │ ├──┴───────────────────────────────────────────────────────────────────────
- │ │
- │ else proceed with the rest of these directions.
- │ ├──┬───────────────────────────────────────────────────────────────────────
- │ │ │
- │ │ 9│ Record in the log the counts located after the #RUN in the PRINTOUT.
- │ │ │
- │ │ │ ┌────────────────────────────────────────┐
- │ │ │ │Record in log: READS OF DATA FILE │
- │ │ │ │ MATCHES TO SCHOOL FILE │
- │ │ │ │ NONMATCHES TO SCHOOL FILE│
- │ │ │ └────────────────────────────────────────┘
- │ ├──┼───────────────────────────────────────────────────────────────────────
- │ │ │
- │ │10│ Record in the log the TOTAL cost for the run. The cost can be
- │ │ │ found after the last #COST in the PRINTOUT.
- │ │ │
- │ │ │ ┌────────────────────────────────────────┐
- │ │ │ │Record in log: TOTAL RUN COST from #COST│
- │ │ │ └────────────────────────────────────────┘
- │ ├──┼───────────────────────────────────────────────────────────────────────
- │ │ │
- │ │11│ Send a print control to Gaithersberge to notify them that
- │ │ │ printing is ready. Also, record todays date in the log.
- │ │ │
- │ │ │ ┌────────────────────────────────────────────┐
- │ │ │ │Type: RUN TSS TASK4/SEND-PRINTCONTROL mmddyy│
- │ │ │ ├────────────────────────────────────────────┤
- │ │ │ │Record in log: PRINT CONTROL SENT DATE │
- │ │ │ └────────────────────────────────────────────┘
- │ ├──┼───────────────────────────────────────────────────────────────────────
- .P│ │ │
- │ │12│ If there are nonmatches to the school file
- │ │ │ ( NONMATCHES TO SCHOOL FILE greater than zero )
- │ │ │ then the NONMATCH file needs to be printed and corrected.
- │ │ │ ├──┬─────────────────────────────────────────────────────────────────
- │ │ │ │ │
- │ │ │ │13│ Print the NONMATCH file. The program will direct a listing to
- │ │ │ │ │ room 9213.
- │ │ │ │ │
- │ │ │ │ │ ┌──────────────────────────────────────────────┐
- │ │ │ │ │ │Type: RUN TSS TASK5/PRINT-NONMATCH-LIST mmddyy│
- │ │ │ │ │ └──────────────────────────────────────────────┘
- │ │ │ ├──┼─────────────────────────────────────────────────────────────────
- │ │ │ │ │
- │ │ │ │14│ Give the NONMATCH listing to Sharon and record in the log
- │ │ │ │ │ todays date and the number of records listed in the NONMATCH
- │ │ │ │ │ listing.
- │ │ │ │ │
- │ │ │ │ │ ┌────────────────────────────────────────┐
- │ │ │ │ │ │Record in log: NONMATCH LIST TO SLP DATE│
- │ │ │ │ │ │ NONMATCH RECORD COUNT │
- │ │ │ │ │ └────────────────────────────────────────┘
- │ │ │ ├──┼─────────────────────────────────────────────────────────────────
- │ │ │ │ │
- │ │ │ │15│ Sharon will return the NONMATCH list with corrections noted on
- │ │ │ │ │ it. Record in the log the date when Sharon returns the listing.
- │ │ │ │ │
- │ │ │ │ │ ┌───────────────────────────────────┐
- │ │ │ │ │ │Record in log: NONMATCH RETURN DATE│
- │ │ │ │ │ └───────────────────────────────────┘
- │ │ │ ├──┼─────────────────────────────────────────────────────────────────
- │ │ │ │ │
- │ │ │ │16│ All the records listed need to be included in the next
- │ │ │ │ │ transmission file to be processed. When you have included these
- │ │ │ │ │ records in a transmission file (Step 4) record in the log the
- │ │ │ │ │ TRANSMISSION ID of the transmission file.
- │ │ │ │ │
- │ │ │ │ │ ┌──────────────────────────────────────┐
- │ │ │ │ │ │Record in log: NONMATCH INCLUDED IN ID│
- │ │ │ │ │ └──────────────────────────────────────┘
- ──┴──┴──┴──┴──┴────────────────────────────────────────────────────────────────
-
- End of Processing for TRANSMISSION ID yymmdd.
-
- ████████████████████████████████████████████████████████████████████████████████
-